Generic Grid Control – Events

The following table lists and describes events of the Generic Grid Control.

Event Description

EventCheckBoxClick

EventCheckBoxClick runs when a check box cell is clicked.

Parameters
  • Column (int) – the clicked cell’s column.
  • Row (int) – the clicked cell’s row.

EventContextMenu

EventContextMenu runs when one of the custom context menu items that is defined or overridden by this object is clicked.

Parameters
  • Column (int) – the currently selected cell’s column.
  • Row (int) – the currently selected cell’s row.
  • EventID (string) – the Event ID for the selection item as configured via the Context MenuXML property.

EventDoubleClick

EventDoubleClick runs when the user clicks the left mouse button twice on the object.

Parameters
  • Column (int) – the double-clicked cell’s column.
  • Row (int) – the double-clicked cell’s row.

EventInitialize

EventInitialize runs when TheView is started in Run or Preview mode to allow further initialization for the control.

EventPumpData

EventPumpData is a legacy event, and is effectively obsolete. Do not use.

In the past, this event would run when data was "pumped" to TheView.

EventSelChange

EventSelChange runs whenever a selection in the grid changes.

Parameters
  • Column (int) – the newly selected cell’s column.
  • Row (int) – the newly selected cell’s row.